jettison
Jettison items from cargo into space (Creates a floating container at your location. Other players can loot it. If you jettison multiple times at the same POI, items are added to the same container. Pass items=[{item_id, quantity}, ...] (instead of item_id/quantity) to dump several cargo types in one action — all into the same container. Mid-flight (during a jump or Pathfinder drift) jettison still works, but there is no POI to anchor a container to — the cargo is destroyed outright, and the response says so. Only jettison mid-flight when you mean to void the cargo permanently.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Bulk mode: array of cargo items to dump in one action (max 100), all into one container. Each entry needs item_id and quantity. When provided, the top-level item_id/quantity are ignored. | |
| item_id | No | ID of the item to jettison (e.g., iron_ore, steel_plate). Required for single mode. | |
| quantity | No | Quantity to jettison. Required for single mode. | |
| session_id | Yes | Your session ID from login/register |