Commands
Create command
Run a command on the site.
Processing mode: <small><code>async</code></small>
post/orgs/{organization}/servers/{server}/sites/{site}/commands
Path parameters
organizationstring required
The organization slug
serverinteger required
The server ID
siteinteger required
The site ID
Request body
Example request
{
"command": "nvm use 22"
}Response
The command has been queued for execution.