ComputeContainer resume request
Description
This API changes the state reported in the state attribute of the specified compute container to Running. It does not perform a resume operation on the compute container. If you want to resume the compute container, you must write a callout that implements a resume operation. You can either specify the callout in the preCallout object of the request message body JSON or statically link the callout to this operation.
The purpose of resuming a suspended compute container is to reload its persisted state and continue execution where it left off.
API stability classification
API overview
HTTP request message
Query string parameters
This API does not use query string parameters.
Request message headers
This API uses only common request headers listed in HTTP-request-and-response-headers.
Request message body
This API uses the following objects in the request message body JSON:
HTTP response message
Response message headers
This API uses only common response headers listed in HTTP-request-and-response-headers.
Response message body
The response message body contains a Task object.
Unknown macro: confluence_report-block. Click on this message for details.
Related topics