< Back
Remove-DatabricksInstancePool
Post
NAME Remove-DatabricksInstancePool
SYNOPSIS
Delete an instance pool from Databricks with given Id
SYNTAX
Remove-DatabricksInstancePool [[-BearerToken] <String>] [[-Region] <String>] [-InstancePoolId] <String>
[<CommonParameters>]
DESCRIPTION
Delete an instance pool from Databricks with given Id
PARAMETERS
-BearerToken <String>
Your Databricks Bearer token to authenticate to your workspace (see User Settings in Datatbricks WebUI)
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Region <String>
Azure Region - must match the URL of your Databricks workspace, example northeurope
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-InstancePoolId <String>
Id of the pool to delete
Required? true
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Author: Simon D'Morias / Data Thirst Ltd
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-DatabricksInstancePool -BearerToken $BearerToken -Region $Region -JobId 10
RELATED LINKS
SYNOPSIS
Delete an instance pool from Databricks with given Id
SYNTAX
Remove-DatabricksInstancePool [[-BearerToken] <String>] [[-Region] <String>] [-InstancePoolId] <String>
[<CommonParameters>]
DESCRIPTION
Delete an instance pool from Databricks with given Id
PARAMETERS
-BearerToken <String>
Your Databricks Bearer token to authenticate to your workspace (see User Settings in Datatbricks WebUI)
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Region <String>
Azure Region - must match the URL of your Databricks workspace, example northeurope
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-InstancePoolId <String>
Id of the pool to delete
Required? true
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Author: Simon D'Morias / Data Thirst Ltd
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-DatabricksInstancePool -BearerToken $BearerToken -Region $Region -JobId 10
RELATED LINKS