extend_reservation
Extend a TechZone reservation's end date by a specified number of days, extending its current provisionUntil. Confirms the new end date when successful or reports if an extension is not allowed.
Instructions
Extend a TechZone reservation's end date by N days (default 1) past its current provisionUntil. THIS CHANGES STATE on TechZone - always confirm with the user (reservation name + how many days) before calling. Returns outcome 'extended' (with the new end date), 'not_extendable' (extension limit reached or not allowed for this environment), 'rejected' (request refused, e.g. expired/deleted reservation - nothing applied), or 'ambiguous' (verify with get_reservation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| reservation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||