stop_application
Stops an application on Itential Platform. If the application is running, initiates stop and waits for STOPPED state; if already stopped, no action is taken; if dead or deleted, an error is raised.
Instructions
Stop an application on Itential Platform.
Behavior based on current application state:
RUNNING: Attempts to stop and waits for STOPPED state
STOPPED: No action taken (already stopped)
DEAD/DELETED: Raises InvalidStateError (cannot stop)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the application to stop | |
| timeout | No | Timeout waiting for application to stop |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the application | |
| state | Yes | Operational state (DEAD, STOPPED, RUNNING, DELETED) |