{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-docs/greenlake/services/compute-ops-mgmt/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["partial"]},"type":"markdown"},"seo":{"title":"Server Disable Maintenance Mode Job","keywords":"HPE enterprise services cloud services, infrastructure cloud services, application services, enterprise-grade cloud solutions","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"__idx":0,"id":"server-disable-maintenance-mode-job"},"children":["Server Disable Maintenance Mode Job"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"__idx":1,"id":"overview"},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This job disables maintenance mode on a server. Disable maintenance mode on a server to resume automatic support case creation, ServiceNow incident creation, and email notifications after planned maintenance."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Job Template ID"},"children":["Job Template ID"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Resource Type"},"children":["Resource Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"JobParams"},"children":["JobParams"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2798720f-b090-427d-b210-e48d33ce2f27"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["compute-ops-mgmt/server"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["--"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"__idx":0,"id":"create-job"},"children":["Create Job"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A job can be created by issuing a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST"]}," to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/compute-ops-mgmt/v1/jobs"]}," endpoint with the correct payload for the job."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following properties are used when creating a job:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Property"},"children":["Property"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"JSON Type"},"children":["JSON Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required?"},"children":["Required?"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["jobTemplate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string (id)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The durable Template ID of the job"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["resourceType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string (type)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The TYPE of the resource the job will operate on"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["resourceId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string (id)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The ID of the resource the job will operate on"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["jobParams"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Any additional data required by the job"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If the job was created successfully, a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["201 Created"]}," response is returned. The response includes the job resource which has a"," ","job ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["resourceUri"]}," that you can use to track the progress of the job."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"__idx":2,"id":"job-parameters"},"children":["Job Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This job does not require any job parameters."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"__idx":3,"id":"examples"},"children":["Examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Here is an example request payload for creating this job."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"__idx":4,"id":"example"},"children":["Example"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"jobTemplate\": \"2798720f-b090-427d-b210-e48d33ce2f27\",\n  \"resourceType\": \"compute-ops-mgmt/server\",\n  \"resourceId\": \"048157-C87+8899048157087839\"\n}\n","lang":"json"},"children":[]}]},"headings":[{"value":"Server Disable Maintenance Mode Job","id":"server-disable-maintenance-mode-job","depth":1},{"value":"Overview","id":"overview","depth":2},{"value":"Create Job","id":"create-job","depth":2},{"value":"Job Parameters","id":"job-parameters","depth":2},{"value":"Examples","id":"examples","depth":2},{"value":"Example","id":"example","depth":3}],"frontmatter":{"seo":{"title":"Server Disable Maintenance Mode Job"}},"lastModified":"2026-06-04T20:43:59.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/greenlake/services/compute-ops-mgmt/jobs/server-disable-maintenance-mode","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}