Takes an experiment offline.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pairec:OfflineExperiment |
none |
*All Resource
|
None | None |
Request syntax
POST /api/v1/experiments/{ExperimentId}/action/offline HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ExperimentId |
string |
Yes |
The ID of the experiment. You can get this ID by calling the ListExperiments API. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
Specifies the parameters of the request body. |
|
| InstanceId |
string |
Yes |
The ID of the instance. You can get this ID by calling the ListInstances API. |
pairec-cn-abcdefg1234 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned for the request. |
||
| RequestId |
string |
The ID of the request. |
872951C9-7755-5FA1-AACD-7F9375A6D27A |
Examples
Success response
JSON format
{
"RequestId": "872951C9-7755-5FA1-AACD-7F9375A6D27A"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.