deploy_drone
Deploy a drone from your bay into space (Drone must be loaded in your bay. Consumes bandwidth. Use get_drones to list your bay. Once deployed, use upload_drone_script to give it autonomous behavior. Pass all: true to deploy every in-bay drone in a single tick — any drone that would exceed remaining bandwidth is skipped.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Set to true to deploy every in-bay drone in a single tick. Drones that would exceed remaining bandwidth are skipped. | |
| drone_id | No | ID of a specific drone to deploy from your bay | |
| session_id | Yes | Your session ID from login/register |