Start Application
start_applicationStart an application on Itential Platform, waiting for it to become running if stopped. Raises an error for dead or deleted applications.
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) |