Skip to content

Bedrock  >  Operations  >  delete_custom_model_deployment

delete_custom_model_deployment

Operation

delete_custom_model_deployment async

delete_custom_model_deployment(input: DeleteCustomModelDeploymentInput, plugins: list[Plugin] | None = None) -> DeleteCustomModelDeploymentOutput

Deletes a custom model deployment. This operation stops the deployment and removes it from your account. After deletion, the deployment ARN can no longer be used for inference requests.

The following actions are related to the DeleteCustomModelDeployment operation:

Parameters:

Name Type Description Default
input DeleteCustomModelDeploymentInput

An instance of DeleteCustomModelDeploymentInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteCustomModelDeploymentOutput

An instance of DeleteCustomModelDeploymentOutput.

Input

DeleteCustomModelDeploymentInput dataclass

Dataclass for DeleteCustomModelDeploymentInput structure.

Attributes

custom_model_deployment_identifier class-attribute instance-attribute
custom_model_deployment_identifier: str | None = None

The Amazon Resource Name (ARN) or name of the custom model deployment to delete.

Output

DeleteCustomModelDeploymentOutput dataclass

Dataclass for DeleteCustomModelDeploymentOutput structure.