Terminates the specified provisioned product.
This operation does not delete any records associated with the provisioned product.
You can check the status of this request using DescribeRecord.
servicecatalog_terminate_provisioned_product(ProvisionedProductName,
ProvisionedProductId, TerminateToken, IgnoreErrors, AcceptLanguage,
RetainPhysicalResources)
The name of the provisioned product. You cannot specify both
ProvisionedProductName
and ProvisionedProductId
.
The identifier of the provisioned product. You cannot specify both
ProvisionedProductName
and ProvisionedProductId
.
[required] An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
When this boolean parameter is set to true, the
TerminateProvisionedProduct
API deletes the Service Catalog
provisioned product. However, it does not remove the CloudFormation
stack, stack set, or the underlying resources of the deleted provisioned
product. The default value is false.
svc$terminate_provisioned_product( ProvisionedProductName = "string", ProvisionedProductId = "string", TerminateToken = "string", IgnoreErrors = TRUE|FALSE, AcceptLanguage = "string", RetainPhysicalResources = TRUE|FALSE )