Test configuration
Remove-SLATestConfiguration
Synopsis
Delete a test configuration.
Syntax
Remove-SLATestConfiguration [-SLATestID] <Int32> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Removes a test configuration. Once you delete a test configuration, you can't retrieve it or any data that it has collected. Set the -SLATestID
parameter to indicate which test configuration to delete. Deletion can't be undone.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑SLATestID Required |
The SLA test's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 12 days ago