Enable/Disable SFTP/SSH
curl --request POST \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/set-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"is_enabled": true
}
'{
"result": null
}WordPress Site Environments
Enable/Disable SFTP/SSH
POST
/
sites
/
environments
/
{env_id}
/
ssh
/
set-status
Enable/Disable SFTP/SSH
curl --request POST \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/set-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"is_enabled": true
}
'{
"result": null
}Documentation Index
Fetch the complete documentation index at: https://api-docs.kinqsta.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I