Scope
Create a troubleshooting action
Submits an action to kill a specific instance or pod.
post/scope/{scopeId}/action
Path parameters
scopeIdstring required
The ID of the scope.
Request body
Example request
{
"name": "instance_kill",
"parameters": {
"instance_id": "i-0a1234567890b1234"
}
}Response
The operation was successful.
Example response
{
"id": "5678",
"name": "instance_kill",
"parameters": {
"instance_id": "i-0a1234567890b1234"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.