Execute Command Async
POST /execute_async
Executes a given command asynchronously on an available microVM.
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Request Body
{
"$ref": "#/components/schemas/CommandRequest"
}
Responses
200
Successful Response
{}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}