# subscriptionContractActivate - customer - MUTATION Version: 2025-01 ## Description Activates a Subscription Contract. Contract status must be either active, paused, or failed. ### Access Scopes ## Arguments * [subscriptionContractId](/docs/api/customer/2025-01/scalars/ID): ID! - The ID of the subscription contract to activate. ## Returns * [contract](/docs/api/customer/2025-01/objects/SubscriptionContract): SubscriptionContract The activated Subscription Contract. * [userErrors](/docs/api/customer/2025-01/objects/SubscriptionContractStatusUpdateUserError): SubscriptionContractStatusUpdateUserError! The list of errors that occurred from executing the mutation. ## Examples