Enums

struct for typed errors of method create_reservation
struct for typed errors of method delete_reservation
struct for typed errors of method list_group_reservations
struct for typed errors of method list_reservations

Functions

Create a new reservation. The following precedence applies when specifying the reservation subject account ID and type: * request body accountId field, or if unset then X-QCS-ACCOUNT-ID header, or if unset then requesting user’s ID. * request body accountType field, or if unset then X-QCS-ACCOUNT-TYPE header, or if unset then "user" type.
Cancel an existing reservation for the user.
List currently available reservations on the requested Rigetti quantum computer.
List existing reservations for the requested group. Available filter fields include: * startTime - timestamp * endTime - timestamp * createdTime - timestamp * price - integer * quantumProcessorId - string Available order fields include: * startTime - timestamp * endTime - timestamp * createdTime - timestamp * price - integer
List existing reservations for the authenticated user, or a target user when specifying X-QCS-ACCOUNT-ID and X-QCS-ACCOUNT-TYPE headers. Available filter fields include: * startTime - timestamp * endTime - timestamp * createdTime - timestamp * price - integer * cancelled - boolean (deprecated, use showDeleted parameter) * quantumProcessorId - string Available order fields include: * startTime - timestamp * endTime - timestamp * createdTime - timestamp * price - integer