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