{"id":6888,"date":"2021-03-12T10:56:39","date_gmt":"2021-03-12T10:56:39","guid":{"rendered":"https:\/\/prwatech.in\/blog\/?p=6888"},"modified":"2024-03-20T12:00:17","modified_gmt":"2024-03-20T12:00:17","slug":"attach-and-detach-disks-with-gcloud-compute","status":"publish","type":"post","link":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/","title":{"rendered":"Adding and removing the disk using Cloud Shell."},"content":{"rendered":"\r\n<h2><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Attach and detach disks with gcloud compute&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\">Attach and detach disks with gcloud compute<\/span><\/h2>\r\n<p>Attaching and detaching disks with the gcloud compute command-line tool in Google Cloud Platform (GCP) enables users to manage storage resources for virtual machine (VM) instances efficiently. This capability allows for dynamic adjustments to disk configurations, such as adding additional storage, migrating data, or performing maintenance tasks.<\/p>\r\n<p>To attach a disk using gcloud compute, users can execute the gcloud compute instances attach-disk command, specifying the target VM instance, the disk to attach, and any additional parameters, such as device names or read\/write permissions. This command establishes a connection between the VM and the specified disk, making it available for use within the instance.<\/p>\r\n<p><strong>Prerequisites<\/strong><\/p>\r\n\r\n\r\n\r\n<p>Hardware : GCP<\/p>\r\n\r\n\r\n\r\n<p>Google Account<\/p>\r\n\r\n\r\n\r\n<p>We can <a href=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/adding-disks-in-gcp-instances\/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/adding-disks-in-gcp-instances\/\">add<\/a> and <a href=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/removing-disks-from-instances\/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/removing-disks-from-instances\/\">remove<\/a> the disks using <a href=\"https:\/\/www.prwatech.com\/course\/gcptraining\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https:\/\/www.prwatech.com\/course\/gcptraining\">GCP<\/a> cloud shell also.<\/p>\r\n\r\n\r\n\r\n<p>Open GCP Console.<\/p>\r\n\r\n\r\n\r\n<p>Click on Activate cloud shell.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"614\" height=\"216\" class=\"wp-image-6889\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg 614w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8-300x106.jpg 300w\" sizes=\"auto, (max-width: 614px) 100vw, 614px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud compute disks create [diskname] &#8211;size [disk-size] &#8211;type [disk-type] &#8211;zone [zone-name]<\/p>\r\n\r\n\r\n\r\n<p>To create <a href=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/adding-disks-in-gcp-instances\/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/adding-disks-in-gcp-instances\/\">disk<\/a>.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-6891\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/3-9-1024x166.jpg\" alt=\"\" width=\"981\" height=\"159\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/3-9-1024x166.jpg 1024w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/3-9-300x49.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/3-9-768x125.jpg 768w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/3-9-1200x195.jpg 1200w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/3-9.jpg 1335w\" sizes=\"auto, (max-width: 981px) 100vw, 981px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Click on Authorize.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"315\" class=\"wp-image-6892\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/2-11.jpg\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/2-11.jpg 900w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/2-11-300x105.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/2-11-768x269.jpg 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud compute instances attach-disk [instance-name] &#8211;disk [disk-name]<\/p>\r\n\r\n\r\n\r\n<p>To Attach the disk.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-6893\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/4-11-1024x130.jpg\" alt=\"\" width=\"1160\" height=\"147\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/4-11-1024x130.jpg 1024w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/4-11-300x38.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/4-11-768x97.jpg 768w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/4-11-1200x152.jpg 1200w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/4-11.jpg 1209w\" sizes=\"auto, (max-width: 1160px) 100vw, 1160px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud compute disks resize [disk-name] &#8211;size [disk-size]<\/p>\r\n\r\n\r\n\r\n<p>To resize the disk. Type y for resize.<\/p>\r\n\r\n\r\n\r\n<p>NB: We can increase the size. But we can\u2019t downgrade it.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-6894\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/5-9-1024x415.jpg\" alt=\"\" width=\"839\" height=\"340\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/5-9-1024x415.jpg 1024w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/5-9-300x122.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/5-9-768x311.jpg 768w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/5-9-1200x487.jpg 1200w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/5-9.jpg 1218w\" sizes=\"auto, (max-width: 839px) 100vw, 839px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud compute instances detach-disk [instance-name] &#8211;disk=[disk-name]<\/p>\r\n\r\n\r\n\r\n<p>To detach\/remove the disk.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-6895\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/6-9-1024x135.jpg\" alt=\"\" width=\"1107\" height=\"145\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/6-9-1024x135.jpg 1024w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/6-9-300x39.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/6-9-768x101.jpg 768w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/6-9-1200x158.jpg 1200w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/6-9.jpg 1210w\" sizes=\"auto, (max-width: 1107px) 100vw, 1107px\" \/><\/figure>\r\n<p>&nbsp;<\/p>\r\n<p>Attach and detach disks with gcloud compute<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Attach and detach disks with gcloud compute Attaching and detaching disks with the gcloud compute command-line tool in Google Cloud Platform (GCP) enables users to manage storage resources for virtual machine (VM) instances efficiently. This capability allows for dynamic adjustments to disk configurations, such as adding additional storage, migrating data, or performing maintenance tasks. To [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,1629],"tags":[624,614,630,714,605,641,699,700,706,611,626],"class_list":["post-6888","post","type-post","status-publish","format-standard","hentry","category-google-cloud-platform","category-instance","tag-adding-disks","tag-cloud-shell","tag-creating-disk","tag-disks-in-gcp","tag-gcp","tag-gcp-bucket","tag-gcp-certification","tag-gcp-cloud-console","tag-gcp-disk","tag-google-cloud-platform","tag-removing-disks"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Attach and detach disks with gcloud compute - Prwatech<\/title>\n<meta name=\"description\" content=\"Master Attach and Detach Disks with gcloud compute - Dive deep with our expert instructors and comprehensive curriculum.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Attach and detach disks with gcloud compute - Prwatech\" \/>\n<meta property=\"og:description\" content=\"Master Attach and Detach Disks with gcloud compute - Dive deep with our expert instructors and comprehensive curriculum.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/\" \/>\n<meta property=\"og:site_name\" content=\"Prwatech\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prwatech.in\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-12T10:56:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-20T12:00:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg\" \/>\n<meta name=\"author\" content=\"Prwatech\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:site\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prwatech\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/\",\"url\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/\",\"name\":\"Attach and detach disks with gcloud compute - Prwatech\",\"isPartOf\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg\",\"datePublished\":\"2021-03-12T10:56:39+00:00\",\"dateModified\":\"2024-03-20T12:00:17+00:00\",\"author\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\"},\"description\":\"Master Attach and Detach Disks with gcloud compute - Dive deep with our expert instructors and comprehensive curriculum.\",\"breadcrumb\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#primaryimage\",\"url\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg\",\"contentUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg\",\"width\":614,\"height\":216},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/prwatech.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding and removing the disk using Cloud Shell.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/prwatech.in\/blog\/#website\",\"url\":\"https:\/\/prwatech.in\/blog\/\",\"name\":\"Prwatech\",\"description\":\"Share Ideas, Start Something Good.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/prwatech.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\",\"name\":\"Prwatech\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"caption\":\"Prwatech\"},\"url\":\"https:\/\/prwatech.in\/blog\/author\/prwatech123\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Attach and detach disks with gcloud compute - Prwatech","description":"Master Attach and Detach Disks with gcloud compute - Dive deep with our expert instructors and comprehensive curriculum.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Attach and detach disks with gcloud compute - Prwatech","og_description":"Master Attach and Detach Disks with gcloud compute - Dive deep with our expert instructors and comprehensive curriculum.","og_url":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/","og_site_name":"Prwatech","article_publisher":"https:\/\/www.facebook.com\/prwatech.in\/","article_published_time":"2021-03-12T10:56:39+00:00","article_modified_time":"2024-03-20T12:00:17+00:00","og_image":[{"url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg","type":"","width":"","height":""}],"author":"Prwatech","twitter_card":"summary_large_image","twitter_creator":"@Eduprwatech","twitter_site":"@Eduprwatech","twitter_misc":{"Written by":"Prwatech","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/","url":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/","name":"Attach and detach disks with gcloud compute - Prwatech","isPartOf":{"@id":"https:\/\/prwatech.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#primaryimage"},"image":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#primaryimage"},"thumbnailUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg","datePublished":"2021-03-12T10:56:39+00:00","dateModified":"2024-03-20T12:00:17+00:00","author":{"@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3"},"description":"Master Attach and Detach Disks with gcloud compute - Dive deep with our expert instructors and comprehensive curriculum.","breadcrumb":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#primaryimage","url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg","contentUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/1-8.jpg","width":614,"height":216},{"@type":"BreadcrumbList","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/instance\/attach-and-detach-disks-with-gcloud-compute\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prwatech.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Adding and removing the disk using Cloud Shell."}]},{"@type":"WebSite","@id":"https:\/\/prwatech.in\/blog\/#website","url":"https:\/\/prwatech.in\/blog\/","name":"Prwatech","description":"Share Ideas, Start Something Good.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prwatech.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3","name":"Prwatech","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","caption":"Prwatech"},"url":"https:\/\/prwatech.in\/blog\/author\/prwatech123\/"}]}},"_links":{"self":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/6888","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/comments?post=6888"}],"version-history":[{"count":9,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/6888\/revisions"}],"predecessor-version":[{"id":11045,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/6888\/revisions\/11045"}],"wp:attachment":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/media?parent=6888"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/categories?post=6888"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/tags?post=6888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}