Skip to main content

Execute Command

POST /execute

Executes a given command on an available microVM and waits for completion.

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Request Body

{
"$ref": "#/components/schemas/CommandRequest"
}

Responses

200

Successful Response

{}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}