Skip to main content
POST
Execute a command on a disk

Authorizations

Authorization
string
header
required

API key

Path Parameters

id
string
required

Disk ID (format dsk-{16 hex chars})

Pattern: ^dsk-[0-9a-f]{16}$
Example:

"dsk-0123456789abcdef"

Body

application/json
command
string
required

Shell command to execute inside the container

Example:

"ls -la /mnt/archil"

Response

Command completed

success
boolean
required
Example:

true

data
object
required