# Status And Actions

## Status :&#x20;

Every object has a status which defines it state. Let's see some status of the node.

| Status    | Description                                                                             |
| --------- | --------------------------------------------------------------------------------------- |
| Idle      | It means the node is not having any tasks running and ready to have a task              |
| Offline   | It means the agent-service is not started in the VM                                     |
| Executing | It means the node is running a task and any task which has been assigned will be in QUE |

## Actions :&#x20;

| Button                | Action                                                                                                                  |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Restart               | Restarts the agent service                                                                                              |
| Remote Control        | Can control your VM a.k.a remote logging in                                                                             |
| Reset                 | Terminates the execution of task on the machine, and sets the node status to idle for picking up the next task          |
| Clear Agent Cache     | Deletes the agent data folder in the node, Which syncs overtime a new task was assigned.                                |
| Clear Test Runs Data  | <p>Deletes the task folders on the node.<br>Note : Backing up the needed evidence is recommended before doing this.</p> |
| Download License File | A text file will be generated with the encrypted information generated by QATTS, which is unique by node.               |
| Update License        | It updates the node information to the license file, Need to update license file in the node, when updated.             |
| Delete                | Soft deletes the node which can be undo later.                                                                          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qatts.com/administration/node/status-and-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
