public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class DeleteInstanceRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation is for the `DeleteInstanceRequest` class within the Notebooks v2 API, specifically version 1.0.0."],["`DeleteInstanceRequest` is used to request the deletion of a notebook instance and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `InstanceName`, `Name`, and `RequestId` which allows users to modify and access the name of the instance being deleted, as well as an optional request ID."],["The `DeleteInstanceRequest` class has two constructors, one default constructor and another that takes an existing `DeleteInstanceRequest` object as an argument."]]],[]]