Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the instance to execute command on
Example:
12345
Body
application/json
Command to execute on the instance
Maximum length:
512
Example:
"ls -l"
Response
Command queued successfully
Example:
true
Container writeable path
Example:
"/workspace"
URL to fetch command execution results
Example:
"https://s3.amazonaws.com/vast.ai/instance_logs/abc123.log"
Example:
"Command is executing, wait a few seconds and then view the result_url"