Pod Lifecycle
Pods have the following statuses:Start / Stop / Restart
- Dashboard
- CLI
- API
On the pod detail page, use the action buttons in the header to Start, Stop, or Restart your pod.
Resize
Change the CPU, memory, or disk allocation of a running pod.- CLI
- API
--plan flag is required. Resources (CPU, memory, disk) are automatically set based on the target plan.Delete
Deleting a pod permanently removes the container and all its data.- Dashboard
- CLI
- API
Go to the pod detail page, click the delete button, and confirm.
Back Up and Restore
Every pod is backed up daily by default, and you can take a backup by hand at any time. See Backups.Convert to a Worker
A pod that runs a bot, a queue consumer or a scheduled job doesn’t need a public URL. Converting it to a worker removes its URL and stops the platform health-checking an address nothing is listening on. See Worker Pods.Transfer to Another Account
You can hand a pod, its data and its billing to a different InstaPods account. See Transfer a Pod.List Pods
- CLI
- API
Get Pod Details
- CLI
- API
Reload Application
Restart the application service inside the pod without restarting the container itself. Useful after deploying new code.- Static: Reloads nginx
- PHP: Restarts nginx and PHP-FPM
- Node.js: Restarts the
appsystemd service - Python: Restarts the
appsystemd service
package.json (Node.js) or requirements.txt (Python) is present, npm install or pip install runs before restarting the service.