-
Notifications
You must be signed in to change notification settings - Fork 14
Remove OAIAssistant
dfinke edited this page Apr 20, 2024
·
2 revisions
Removes an OAI Assistant.
Remove-OAIAssistant [[-Id] <Object>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Remove-OAIAssistant function is used to remove an OAI Assistant by its ID.
Remove-OAIAssistant -Id "assistant123"
Removes the OAI Assistant with the ID "assistant123".
The ID of the OAI Assistant to be removed.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://platform.openai.com/docs/api-reference/assistants/deleteAssistant