Serverless Execution
Execute Command on Disk
Launches a container with the specified disk mounted, runs the given command to completion, and shuts down the container. Returns immediately with the container info; poll the container endpoint for completion.
POST
Execute a command on a disk
Documentation Index
Fetch the complete documentation index at: https://docs.archil.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key (format key-{API_KEY})
Path Parameters
Disk ID (format dsk-{16 hex chars})
Pattern:
^dsk-[0-9a-f]{16}$Example:
"dsk-0123456789abcdef"
Body
application/json
Shell command to execute inside the container
Example:
"ls -la /mnt/archil"
Execute a command on a disk