Module reservations_api Copy item path Source CreateReservationError struct for typed errors of method create_reservation DeleteReservationError struct for typed errors of method delete_reservation FindAvailableReservationsError struct for typed errors of method find_available_reservations ListGroupReservationsError struct for typed errors of method list_group_reservations ListReservationsError struct for typed errors of method list_reservations create_reservation 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. delete_reservation Cancel an existing reservation for the user. find_available_reservations List currently available reservations on the requested Rigetti quantum computer. list_group_reservations 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_reservations 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