Rigetti Computing · Arazzo Workflow
Rigetti Cancel Reservation
Version 1.0.0
List a user's reservations, inspect the most relevant one, and cancel it, confirming the cancellation.
View Spec
View on GitHub
Quantum ComputingSuperconducting QubitsQuantum Cloud ServicesQCSQPUQuilpyQuilNISQFault-Tolerant Quantum ComputingQuantum-Classical HybridPublic CompanyArazzoWorkflows
Provider
Workflows
cancel-reservation
Find and cancel an existing reservation on a processor.
Lists reservations on a processor, confirms the first match, and cancels it. Ends early when the user has no reservations on the processor.
1
listReservations
ListReservations
List the caller's reservations filtered to the requested processor, ordered so the most relevant reservation appears first.
2
getReservation
GetReservation
Read the selected reservation by id to confirm its details before cancelling.
3
deleteReservation
DeleteReservation
Cancel the reservation. The response returns the updated reservation with its cancelled flag set.