sites_list | List the organization's sites, with each site's primary domain, status, product line, stack and the plan it is on. Optionally filter by status, product line or a search over domain and name. | sites.view | ອ່ານຢ່າງດຽວ |
site_get | Get one site's full record — domain, status, product line, stack, runtime, PHP version, region, plan and whether it is scheduled for deletion. | sites.view | ອ່ານຢ່າງດຽວ |
site_create | Create a site and start provisioning it. Give a primary domain and a product line; optionally a blueprint to build it from, a stack type, a PHP version or a region. Returns the new site, which begins in 'provisioning' — poll site_get for status. | sites.create | ການປ່ຽນແປງຕ່າງໆ |
site_deploy | Deploy a site — build and publish its current source to our servers. Returns the deploy state immediately; the build runs as a durable workflow. Poll site_deploy_status to follow it. | hosting.deploy.manage | ການປ່ຽນແປງຕ່າງໆ |
site_deploy_status | The site's current deploy state — status, target, the live URL, the deployed commit and when it last went live. | sites.view | ອ່ານຢ່າງດຽວ |
site_deployments_list | List a site's recent deployments — id, status, commit, branch and timings. Use this to choose the deployment_id to roll back to. | sites.view | ອ່ານຢ່າງດຽວ |
site_rollback | Roll a site back to an earlier deployment by re-deploying its commit. Destructive: pass confirm=true. Use site_deployments_list to choose which one. | hosting.deploy.manage | ການປ່ຽນແປງຕ່າງໆ · ຮ້ອງຂໍການຢືນຢັນ |
migration_discover | Look at the host a site currently lives on and work out which control panel it runs, which ports answer and what could be taken from it. Returns a discovery id immediately; read the answer with migration_discovery. Nothing is installed on the old host and nothing is moved by this call. | hosting.import.manage | ການປ່ຽນແປງຕ່າງໆ |
migration_discovery | Read a discovery started by migration_discover: which control panel was identified, on which port, and how confident we are. While the outcome is 'pending' the check has not finished — it has not failed. | hosting.import.manage | ອ່ານຢ່າງດຽວ |
migration_list | Every migration of one site, newest first, with each one's status and progress. A pure database read — it costs no connection to anybody's old host. | sites.view | ອ່ານຢ່າງດຽວ |
migration_status | One migration in detail: how far it has got, what it captured, its DNS plan, what it warned about, and whether it can still be rolled back. | sites.view | ອ່ານຢ່າງດຽວ |
migration_verify | What the comparison of the old and new site found after a migration finished, plus the written report if one has been produced. Use this rather than the status word to answer whether a migration worked: a migration can read 'complete' while the comparison says the new site is thin or erroring. | sites.view | ອ່ານຢ່າງດຽວ |
migration_cancel | Stop a migration that is still running. What has already arrived on the new site stays there — this does not put anything back. To undo a migration that replaced an existing site, use migration_rollback. | hosting.import.manage | ການປ່ຽນແປງຕ່າງໆ · ຮ້ອງຂໍການຢືນຢັນ |
migration_rollback | Restore the backup taken immediately before a migration, putting the site back as it was. This REPLACES the site's current files and database, so anything done since the migration is lost. Only available while the safety backup still exists, and only once. | hosting.backup.manage | ການປ່ຽນແປງຕ່າງໆ · ຮ້ອງຂໍການຢືນຢັນ |