{"id":9684,"date":"2025-11-05T10:43:31","date_gmt":"2025-11-05T10:43:31","guid":{"rendered":"https:\/\/kb.cloudhostgeek.com\/?p=9684"},"modified":"2025-11-05T10:43:31","modified_gmt":"2025-11-05T10:43:31","slug":"fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel","status":"publish","type":"post","link":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/","title":{"rendered":"Fix No such file or directory error when removing a Node.js app in cPanel"},"content":{"rendered":"\n<p class=\"has-black-color has-text-color has-link-color wp-elements-fb75f8cd63975dca8b68857b7e2a2c6c wp-block-paragraph\" style=\"font-size:18px\">If you face a Node.js application removal cPanel error, it happens because some files are missing or permissions are incorrect. Many users see the cPanel remove nodejs app no such file or directory message after deleting app folders manually. In such cases, you may need to recreate .htaccess to fix NodeJS removal and correct permissions using the chown Node.js&nbsp; app directory ownership error command. This tutorial will teach you how to resolve it quickly.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcH7Tb1DHthSsmWwow0qSLI3hcT9XpPXw1cTuZJ2s6MfBP70GE9C5W7wCjcdjhPvv0itGj5zndM-Z4iKWwZTCRXQlDYeC0XqjRxVE34HVuc1I5vONg5rP2QNZQzrA2yPwWRXXJxRw?key=HSCf79a-z-5Dk_SY9g-20Q\" alt=\"no such file or directory error\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:25px\">How to find the correct app path:<\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-2bf8f14d27ab6ed9e374e301665ee725 wp-block-paragraph\" style=\"font-size:18px\">If you are uncertain about the location of your Node.js app, you can navigate to cPanel &gt; Setup Node.js app and look in app settings for the document root directory.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-ecd2bca7902f771b7607c42518812c65 wp-block-paragraph\" style=\"font-size:18px\"><strong>Note: <\/strong>These steps require access to an SSH terminal. Please contact your hosting provider if you have never used the terminal.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:25px\">Step-by-step guide:<\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-d38b1d8c5320b13acde05eb571debe3d wp-block-paragraph\" style=\"font-size:18px\"><strong>1. Restore the missing folder:<\/strong><br>To recreate the folder, the terminal or SSH should be used.<br><strong>mkdir -v \/home\/youruser\/public_html\/myapp<br><\/strong>Change <strong>youruser <\/strong>and <strong>myapp <\/strong>with your actual path.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-76acce35c8d9de5ddd1d6e56e81c8832 wp-block-paragraph\" style=\"font-size:18px\">2. Create an empty .htaccess file.<strong><br><\/strong>Create the missing file inside the same directory.<br><strong>touch \/home\/youruser\/public_html\/myapp\/.htaccess<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-9ffa35151af0137abac5b6a2cd20f79c wp-block-paragraph\" style=\"font-size:18px\">3. Set the correct file ownership:<br>Execute this command to change ownership.<strong><br>chown youruser:youruser \/home\/youruser\/public_html\/myapp\/.htaccess<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-b96ed2c40c02c51141cef7905f3d03e7 wp-block-paragraph\" style=\"font-size:18px\"><strong>Now, try removing your Node.js app:<br><\/strong>Navigate to cPanel &gt; Setup Node.js App &gt; Find your app &gt;&gt; Click Remove.<br>The error should no longer appear.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:25px\">Best Practices:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-black-color has-text-color has-link-color wp-elements-b7b4b492c7ada7b53f7dad8e58d77184\" style=\"font-size:18px\">Always uninstall Node.js applications using cPanel&#8217;s Setup Node.js App.<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-c6ac9e00991c67a099e60d7be1a36a2f\" style=\"font-size:18px\">Always use the cPanel interface rather than manually deleting Node.js application directories.<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-6e70b5a8f9d51137baad4094af368b78\" style=\"font-size:18px\">If you are not sure about your username or path, reach out to your hosting provider.<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-95d24ccab82c97affbda7bf82a43c944\" style=\"font-size:18px\">Always take a backup before making changes.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-ec471263beea412f2951444437e25408 wp-block-paragraph\" style=\"font-size:18px\">Fixing the NodeJS application removal cPanel error is easy\u2014just recreate .htaccess to fix NodeJS removal, and use the chown nodejs app directory ownership error command if needed. With Big Cloudy hosting, you can avoid the No such file or directory&#8221; issue entirely.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you face a Node.js application removal cPanel error, it happens because some files are missing or permissions are incorrect. Many users see the cPanel remove nodejs app no such file or directory message after deleting app folders manually. In such cases, you may need to recreate .htaccess to fix NodeJS removal and correct permissions using the chown Node.js&nbsp; app directory ownership error command. This tutorial will teach you how to resolve it quickly. How to find the correct app path: If you are uncertain about the location of your Node.js app, you can navigate to cPanel &gt; Setup Node.js app and look in app settings for the document root directory. Note: These steps require access to an SSH terminal. Please contact your hosting provider if you have never used the terminal. Step-by-step guide: 1. Restore the missing folder:To recreate the folder, the terminal or SSH should be used.mkdir -v \/home\/youruser\/public_html\/myappChange youruser and myapp with your actual path. 2. Create an empty .htaccess file.Create the missing file inside the same directory.touch \/home\/youruser\/public_html\/myapp\/.htaccess 3. Set the correct file ownership:Execute this command to change ownership.chown youruser:youruser \/home\/youruser\/public_html\/myapp\/.htaccess Now, try removing your Node.js app:Navigate to cPanel &gt; Setup Node.js App &gt; Find your app &gt;&gt; Click Remove.The error should no longer appear. Best Practices: Fixing the NodeJS application removal cPanel error is easy\u2014just recreate .htaccess to fix NodeJS removal, and use the chown nodejs app directory ownership error command if needed. With Big Cloudy hosting, you can avoid the No such file or directory&#8221; issue entirely.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"_acf_changed":false,"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":[],"rop_publish_now_history":[],"rop_publish_now_status":"pending","footnotes":""},"categories":[1],"tags":[],"class_list":["post-9684","post","type-post","status-publish","format-standard","hentry","category-uncategorized","no-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.7 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Fix No such file or directory error when removing a Node.js app in cPanel - CloudHostGeek Help Center<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fix No such file or directory error when removing a Node.js app in cPanel\" \/>\n<meta property=\"og:description\" content=\"If you face a Node.js application removal cPanel error, it happens because some files are missing or permissions are incorrect. Many users see the cPanel remove nodejs app no such file or directory message after deleting app folders manually. In such cases, you may need to recreate .htaccess to fix NodeJS removal and correct permissions using the chown Node.js&nbsp; app directory ownership error command. This tutorial will teach you how to resolve it quickly. How to find the correct app path: If you are uncertain about the location of your Node.js app, you can navigate to cPanel &gt; Setup Node.js app and look in app settings for the document root directory. Note: These steps require access to an SSH terminal. Please contact your hosting provider if you have never used the terminal. Step-by-step guide: 1. Restore the missing folder:To recreate the folder, the terminal or SSH should be used.mkdir -v \/home\/youruser\/public_html\/myappChange youruser and myapp with your actual path. 2. Create an empty .htaccess file.Create the missing file inside the same directory.touch \/home\/youruser\/public_html\/myapp\/.htaccess 3. Set the correct file ownership:Execute this command to change ownership.chown youruser:youruser \/home\/youruser\/public_html\/myapp\/.htaccess Now, try removing your Node.js app:Navigate to cPanel &gt; Setup Node.js App &gt; Find your app &gt;&gt; Click Remove.The error should no longer appear. Best Practices: Fixing the NodeJS application removal cPanel error is easy\u2014just recreate .htaccess to fix NodeJS removal, and use the chown nodejs app directory ownership error command if needed. With Big Cloudy hosting, you can avoid the No such file or directory&#8221; issue entirely.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"CloudHostGeek Help Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BigCloudyHosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-05T10:43:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcH7Tb1DHthSsmWwow0qSLI3hcT9XpPXw1cTuZJ2s6MfBP70GE9C5W7wCjcdjhPvv0itGj5zndM-Z4iKWwZTCRXQlDYeC0XqjRxVE34HVuc1I5vONg5rP2QNZQzrA2yPwWRXXJxRw?key=HSCf79a-z-5Dk_SY9g-20Q\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bigcloudypvtltd\" \/>\n<meta name=\"twitter:site\" content=\"@bigcloudypvtltd\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Fix No such file or directory error when removing a Node.js app in cPanel - CloudHostGeek Help Center","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"Fix No such file or directory error when removing a Node.js app in cPanel","og_description":"If you face a Node.js application removal cPanel error, it happens because some files are missing or permissions are incorrect. Many users see the cPanel remove nodejs app no such file or directory message after deleting app folders manually. In such cases, you may need to recreate .htaccess to fix NodeJS removal and correct permissions using the chown Node.js&nbsp; app directory ownership error command. This tutorial will teach you how to resolve it quickly. How to find the correct app path: If you are uncertain about the location of your Node.js app, you can navigate to cPanel &gt; Setup Node.js app and look in app settings for the document root directory. Note: These steps require access to an SSH terminal. Please contact your hosting provider if you have never used the terminal. Step-by-step guide: 1. Restore the missing folder:To recreate the folder, the terminal or SSH should be used.mkdir -v \/home\/youruser\/public_html\/myappChange youruser and myapp with your actual path. 2. Create an empty .htaccess file.Create the missing file inside the same directory.touch \/home\/youruser\/public_html\/myapp\/.htaccess 3. Set the correct file ownership:Execute this command to change ownership.chown youruser:youruser \/home\/youruser\/public_html\/myapp\/.htaccess Now, try removing your Node.js app:Navigate to cPanel &gt; Setup Node.js App &gt; Find your app &gt;&gt; Click Remove.The error should no longer appear. Best Practices: Fixing the NodeJS application removal cPanel error is easy\u2014just recreate .htaccess to fix NodeJS removal, and use the chown nodejs app directory ownership error command if needed. With Big Cloudy hosting, you can avoid the No such file or directory&#8221; issue entirely.","og_url":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/","og_site_name":"CloudHostGeek Help Center","article_publisher":"https:\/\/www.facebook.com\/BigCloudyHosting\/","article_published_time":"2025-11-05T10:43:31+00:00","og_image":[{"url":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcH7Tb1DHthSsmWwow0qSLI3hcT9XpPXw1cTuZJ2s6MfBP70GE9C5W7wCjcdjhPvv0itGj5zndM-Z4iKWwZTCRXQlDYeC0XqjRxVE34HVuc1I5vONg5rP2QNZQzrA2yPwWRXXJxRw?key=HSCf79a-z-5Dk_SY9g-20Q","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@bigcloudypvtltd","twitter_site":"@bigcloudypvtltd","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/#article","isPartOf":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/"},"author":{"name":"admin","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/378209d3259734d846716786afbc52b0"},"headline":"Fix No such file or directory error when removing a Node.js app in cPanel","datePublished":"2025-11-05T10:43:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/"},"wordCount":346,"commentCount":0,"publisher":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization"},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcH7Tb1DHthSsmWwow0qSLI3hcT9XpPXw1cTuZJ2s6MfBP70GE9C5W7wCjcdjhPvv0itGj5zndM-Z4iKWwZTCRXQlDYeC0XqjRxVE34HVuc1I5vONg5rP2QNZQzrA2yPwWRXXJxRw?key=HSCf79a-z-5Dk_SY9g-20Q","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/","name":"Fix No such file or directory error when removing a Node.js app in cPanel - CloudHostGeek Help Center","isPartOf":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/#primaryimage"},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcH7Tb1DHthSsmWwow0qSLI3hcT9XpPXw1cTuZJ2s6MfBP70GE9C5W7wCjcdjhPvv0itGj5zndM-Z4iKWwZTCRXQlDYeC0XqjRxVE34HVuc1I5vONg5rP2QNZQzrA2yPwWRXXJxRw?key=HSCf79a-z-5Dk_SY9g-20Q","datePublished":"2025-11-05T10:43:31+00:00","breadcrumb":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/#primaryimage","url":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcH7Tb1DHthSsmWwow0qSLI3hcT9XpPXw1cTuZJ2s6MfBP70GE9C5W7wCjcdjhPvv0itGj5zndM-Z4iKWwZTCRXQlDYeC0XqjRxVE34HVuc1I5vONg5rP2QNZQzrA2yPwWRXXJxRw?key=HSCf79a-z-5Dk_SY9g-20Q","contentUrl":"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcH7Tb1DHthSsmWwow0qSLI3hcT9XpPXw1cTuZJ2s6MfBP70GE9C5W7wCjcdjhPvv0itGj5zndM-Z4iKWwZTCRXQlDYeC0XqjRxVE34HVuc1I5vONg5rP2QNZQzrA2yPwWRXXJxRw?key=HSCf79a-z-5Dk_SY9g-20Q"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/fix-no-such-file-or-directory-error-when-removing-a-node-js-app-in-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bigcloudy.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"Fix No such file or directory error when removing a Node.js app in cPanel"}]},{"@type":"WebSite","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#website","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/","name":"https:\/\/www.bigcloudy.com\/","description":"Your step-by-step guide to hosting, servers &amp; website tools.","publisher":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bigcloudy.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization","name":"BigCloudy internt services pvt ltd.","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/09\/cropped-BGC_logo.webp","contentUrl":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/09\/cropped-BGC_logo.webp","width":368,"height":114,"caption":"BigCloudy internt services pvt ltd."},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BigCloudyHosting\/","https:\/\/x.com\/bigcloudypvtltd","https:\/\/www.instagram.com\/bigcloudypvtltd\/"]},{"@type":"Person","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/378209d3259734d846716786afbc52b0","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/42ea90e921e5926f1db3403e79195ea7c0e898504fd43555e6099a85c9c91443?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/42ea90e921e5926f1db3403e79195ea7c0e898504fd43555e6099a85c9c91443?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/kb.cloudhostgeek.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/9684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=9684"}],"version-history":[{"count":0,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/9684\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=9684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=9684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=9684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}