> For the complete documentation index, see [llms.txt](https://docs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfabrix.io/cfx-aia/aia-tasks-functions/actions/state-operations.md).

# State Operations

State Operations allows to change Asset state. For example, if an asset needs to be taken offline due to maintenance, upgrade or replacement, then the asset status needs to be moved. The following statuses are available which are self-explanatory.

The following shows a sample State Operations dashboard.

![Fig1. Actions -> State Operations.](/files/-M7-CZ3slHDkACDyUWlb)

### How to change Asset State?

As shown in Fig1, click on  'Assets State Operations' .  The following view is displayed.

![Fig2. Asset State Operations](/files/-M7-D6hL_qiv7ozonEmr)

1. Select 'From' status from the dropdown values.
2. The following are the 'From Statuses' available.
   * ACTIVE
   * OFFLINE
   * MAINTENANCE
   * DECOMMISSION
   * TO BE PURGED
3. Select 'To' status from the dropdown values.&#x20;
4. The following are the 'To Statuses' available.
   * DECOMMISSION
   * OFFLINE
   * ACTIVE
5. Select Asset Details, the change of state needs to be applied to.
6. Click on 'Change Sate' to implement the change.

### Asset State Change Configuration

### **Asset State Configuration Update**

**The asset state configuration update allows the transition times between state changes.**&#x20;

![](https://lh5.googleusercontent.com/dsiE4jmyu45Lr1nnIPiLFvZQu9s8lAR8iEGQ9pZV89C4CWu0FLoZbsO05IlDaoz0xEsdX-8XM7yq2g5l0owlNBKz3s6xOpsVrb34Ya-T1WuKq6Gyp3ZtFgV_T6PghkkzlvJjlfzd)

**Click on Update to activate / deactivate transitions between status.**

![](https://lh4.googleusercontent.com/Xa4YXQz8GH-dRcoq0_GqRozfaTtrasAns6wOG268RrWCn0ypVJ-shPe0_HgNHvgVqAOm5uREPgb2hKOpdc94Xfd7fdWmMVN1jk4BeBeeu7_72l_hhimNO17t4us4xYnp-_CA5BNT)

Click on Config to update the configuration which will be impacted.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cloudfabrix.io/cfx-aia/aia-tasks-functions/actions/state-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
