Restart Application
restart_applicationRestart an application on Itential Platform. If running, triggers a restart and waits for RUNNING state; if stopped or dead, raises an error to prevent 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) |