This API pauses an engine so that tasks based on this engine will not run.
Example
aiware pauseEngine EngineID=value X-Correlation-Id:value
Parameters
| Name | Type | Description | Notes |
|---|
| engineID | string | ID of Engine | [default to null] |
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| pauseEngineRequest | PauseEngineRequest | Engine Instance Info | [optional] |
Return type
AdminOperationResponse
Authorization
api_key
- Content-Type: application/json
- Accept: application/json