@nebius/js-sdk - v0.1.4
    Preparing search index...

    Maintenance operations are initiated by Nebius Cloud infrastructure. They are used to perform scheduled or urgent operations on Nebius Cloud resources, such as Managed Services or Standalone Applications, that are necessary for maintaining the service in an operable state. These operations run automatically, without user intervention.

    interface Maintenance {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.maintenance.v1alpha1.Maintenance";
        metadata?: ResourceMetadata;
        spec?: MaintenanceSpec;
        status?: MaintenanceStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.maintenance.v1alpha1.Maintenance"
    metadata?: ResourceMetadata

    The metadata for the maintenance operation resource.

    Specifications for the maintenance operation.

    Current status of the maintenance operation.