start_application
Start an application on Itential Platform. Checks current state, starts it if stopped, and waits for it to run. Raises an error if the application is dead or deleted.
Instructions
Start an application on Itential Platform.
Behavior based on current application state:
RUNNING: No action taken (already started)
STOPPED: Attempts to start and waits for RUNNING state
DEAD/DELETED: Raises InvalidStateError (cannot start)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the application to start | |
| timeout | No | Timeout waiting for application to start |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the application | |
| state | Yes | Operational state (DEAD, STOPPED, RUNNING, DELETED) |