[null,null,["最后更新时间 (UTC):2025-08-29。"],[],[],null,["# Change a subscription status\n\nYou can suspend, activate, or cancel a subscription for your customers. If you\nwant to change the subscription plan, see\n[Retrieve \\& update a subscription](/workspace/admin/reseller/v1/how-tos/manage_subscriptions).\n\nSuspend a subscription\n----------------------\n\nYou can suspend paid subscriptions with a status of `ACTIVE` for up to 60 days.\nYou can't suspend `TRIAL` subscriptions and other free subscription types.\nWhen you suspend a `FLEXIBLE` subscription, billing is paused.\n\nWhen you suspend `ANNUAL_MONTHLY_PAY` or `ANNUAL_YEARLY_PAY` subscriptions, note\nthe following:\n+ Suspending the subscription doesn't change the renewal date.\n+ A suspended subscription doesn't renew. If you activate the subscription\nafter the original renewal date, a new annual subscription is created,\nstarting on the day of activation.\n\nTo suspend a subscription, use the following `POST` HTTP request: \n\n```\nPOST https://reseller.googleapis.com/apps/reseller/v1/customers/CUSTOMER_ID/subscriptions/SUBSCRIPTION_ID/suspend\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCUSTOMER_ID\u003c/var\u003e: Either the customer's primary domain name or the customer's unique identifier.\n- \u003cvar translate=\"no\"\u003eSUBSCRIPTION_ID\u003c/var\u003e: The subscription identifier that is unique for each customer. You can retrieve this value by using the [Retrieve all reseller subscriptions method](/workspace/admin/reseller/v1/how-tos/manage_subscriptions#get_all_subscriptions).\n\nActivate a subscription\n-----------------------\n\nYou can activate a suspended subscription if it's within the 60-day suspension\nwindow. You can't activate a subscription that's suspended for abuse\nor for pending terms of service acceptance.\n\nTo activate a suspended subscription, use the following `POST` HTTP request: \n\n```\nPOST https://reseller.googleapis.com/apps/reseller/v1/customers/CUSTOMER_ID/subscriptions/SUBSCRIPTION_ID/activate\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCUSTOMER_ID\u003c/var\u003e: Either the customer's primary domain name or the customer's unique identifier.\n- \u003cvar translate=\"no\"\u003eSUBSCRIPTION_ID\u003c/var\u003e: The subscription identifier that is unique for each customer. You can retrieve this value by using the [Retrieve all reseller subscriptions method](/workspace/admin/reseller/v1/how-tos/manage_subscriptions#get_all_subscriptions).\n\nCancel a Google Workspace subscription\n--------------------------------------\n\nWhen you cancel a customer's subscription, the customer is immediately\ntransferred to a direct billing relationship with Google and is given a short\namount of time with no service interruption. The customer can then choose to\neither set up billing directly with Google by using a credit card or transfer to\nanother reseller.\n\nIf a customer contains multiple subscriptions, you must cancel all subscriptions\nas a batch request so that they can be processed in a single\ntransaction.\n\nTo immediately cancel a Google Workspace subscription, use the following `DELETE`\nHTTP request with a `deletionType='transfer_to_direct'`: \n\n```\nDELETE https://reseller.googleapis.com/apps/reseller/v1/customers/CUSTOMER_ID/subscriptions/SUBSCRIPTION_ID?deletionType=transfer_to_direct\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCUSTOMER_ID\u003c/var\u003e: Either the customer's primary domain name or the customer's unique identifier.\n- \u003cvar translate=\"no\"\u003eSUBSCRIPTION_ID\u003c/var\u003e: The subscription identifier that is unique for each customer. You can retrieve this value by using the [Retrieve all reseller subscriptions method](/workspace/admin/reseller/v1/how-tos/manage_subscriptions#get_all_subscriptions).\n\nDelete a subscription (deprecated)\n----------------------------------\n\n| **Warning:** Making a `DELETE` call with `deletionType='cancel'` is deprecated and we recommend suspending their account instead. When the `deletionType` query string is `cancel`, the subscription is immediately canceled. This `deletionType` doesn't apply to a Google Workspace subscription.\n\nTo immediately delete a non Google Workspace subscription, use the following\n`DELETE` HTTP request: \n\n```\nDELETE https://reseller.googleapis.com/apps/reseller/v1/customers/CUSTOMER_ID/subscriptions/SUBSCRIPTION_ID?deletionType=cancel\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCUSTOMER_ID\u003c/var\u003e: Either the customer's primary domain name or the customer's unique identifier.\n- \u003cvar translate=\"no\"\u003eSUBSCRIPTION_ID\u003c/var\u003e: The subscription identifier that is unique for each customer. You can retrieve this value by using the [Retrieve all reseller subscriptions method](/workspace/admin/reseller/v1/how-tos/manage_subscriptions#get_all_subscriptions)."]]