ApplicationInsights / Client / remove_workload

remove_workload#

ApplicationInsights.Client.remove_workload(**kwargs)#

Remove workload from a component.

See also: AWS API Documentation

Request Syntax

response = client.remove_workload(
    ResourceGroupName='string',
    ComponentName='string',
    WorkloadId='string'
)
Parameters:
  • ResourceGroupName (string) –

    [REQUIRED]

    The name of the resource group.

  • ComponentName (string) –

    [REQUIRED]

    The name of the component.

  • WorkloadId (string) –

    [REQUIRED]

    The ID of the workload.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions