Ploi API
Ploi API

Deploy staging site to production

Starts the process to deploy staging to production

POST api/servers/{server}/sites/{id}/deploy-to-production

Example request:


curl -X POST "https://ploi.io/api/servers/{server}/sites/{id}/deploy-to-production" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"