update_server_startup
Modify a server's startup configuration by updating the startup command, Docker image, or egg template. Changes apply after server restart.
Instructions
Update a server's startup configuration: startup command, Docker image, or egg template (admin action). Only specify the fields you want to change - current values are preserved for unspecified fields. Changes take effect after server restart. Requires Application API key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | Numeric server ID from list_servers field 'id' | |
| startup | No | New startup command | |
| image | No | New Docker image | |
| egg | No | New egg ID |