restart_application
Restart a running application on Itential Platform and verify it returns to RUNNING state. Fails if the application is not running, preventing invalid restarts.
Instructions
Restart an application on Itential Platform.
Behavior based on current application state:
RUNNING: Attempts to restart and waits for RUNNING state
STOPPED/DEAD/DELETED: Raises InvalidStateError (cannot restart)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the application to restart | |
| timeout | No | Timeout waiting for application to restart |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the application | |
| state | Yes | Operational state (DEAD, STOPPED, RUNNING, DELETED) |