{"id":275,"date":"2018-12-28T12:40:26","date_gmt":"2018-12-28T12:40:26","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/2018\/12\/28\/magento-2-ssh-commands\/"},"modified":"2026-04-22T13:30:05","modified_gmt":"2026-04-22T08:00:05","slug":"magento-2-ssh-commands","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/magento-2-ssh-commands\/","title":{"rendered":"List of Useful Magento 2 SSH\/CLI Commands"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you are working with Magento 2 CMS, you must have experienced the trouble of finding the particular Magento 2 SSH\/CLI command to complete your task, such as disabling the cache, running cron, resetting the indexer, etc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of running those commands, why not bookmark this post for any future requirements, as it is the compilation of all useful\u00a0Magento 2 (Adobe Commerce) SSH commands.\u00a0You\u00a0need to have SSH access to your server or use the Command Line for local access.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">List of Useful Magento 2 SSH Commands<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Type<\/strong><\/th><th><strong>SSH Command<\/strong><\/th><th><strong>Shortcut<\/strong><\/th><th><strong>Description<\/strong><\/th><\/tr><\/thead><tbody><tr><td rowspan=\"2\">Available commands<\/td><td><code>help<\/code><\/td><td><code>h<\/code><\/td><td>Displays help for a command<\/td><\/tr><tr><td><code>php bin\/magento list<\/code><\/td><td><code>php bin\/magento l<\/code><\/td><td>Lists commands<\/td><\/tr><tr><td rowspan=\"2\">admin<\/td><td><code>php bin\/magento admin:user:create<\/code><\/td><td><code>php bin\/magento a:u:c<\/code><\/td><td>Creates an administrator<\/td><\/tr><tr><td><code>php bin\/magento admin:user:unlock<\/code><\/td><td><code>php bin\/magento a:u:u<\/code><\/td><td>Unlock Admin Account<\/td><\/tr><tr><td rowspan=\"2\">app<\/td><td><code>php bin\/magento app:config:dump<\/code><\/td><td><\/td><td>Create dump of application<\/td><\/tr><tr><td><code>php bin\/magento app:config:import<\/code><\/td><td><\/td><td>Import data from shared configuration files to appropriate data storage<\/td><\/tr><tr><td rowspan=\"5\">cache<\/td><td><code>php bin\/magento cache:clean<\/code><\/td><td><code>php bin\/magento c:c<\/code><\/td><td>Cleans cache type(s)<\/td><\/tr><tr><td><code>php bin\/magento cache:disable<\/code><\/td><td><code>php bin\/magento c:d<\/code><\/td><td>Disables cache type(s)<\/td><\/tr><tr><td><code>php bin\/magento cache:enable<\/code><\/td><td><code>php bin\/magento c:e<\/code><\/td><td>Enables cache type(s)<\/td><\/tr><tr><td><code>php bin\/magento cache:flush<\/code><\/td><td><code>php bin\/magento c:f<\/code><\/td><td>Flushes cache storage used by cache type(s)<\/td><\/tr><tr><td><code>php bin\/magento cache:status<\/code><\/td><td><code>php bin\/magento c:s<\/code><\/td><td>Checks cache status<\/td><\/tr><tr><td rowspan=\"2\">catalog<\/td><td><code>php bin\/magento catalog:images:resize<\/code><\/td><td><code>php bin\/magento c:i:r<\/code><\/td><td>Creates resized product images<\/td><\/tr><tr><td><code>php bin\/magento catalog:product:attributes:cleanup<\/code><\/td><td><code>php bin\/magento c:p:a:c<\/code><\/td><td>Removes unused product attributes.<\/td><\/tr><tr><td rowspan=\"3\">config<\/td><td><code>php bin\/magento config:sensitive:set<\/code><\/td><td><\/td><td>Set sensitive configuration values<\/td><\/tr><tr><td><code>php bin\/magento config:set<\/code><\/td><td><\/td><td>Change system configuration<\/td><\/tr><tr><td><code>php bin\/magento config:show<\/code><\/td><td><\/td><td>Shows configuration value for given path. If path is not specified, all saved values will be shown<\/td><\/tr><tr><td rowspan=\"3\">cron<\/td><td><code>php bin\/magento cron:install<\/code><\/td><td><\/td><td>Generates and installs crontab for current user<\/td><\/tr><tr><td><code>php bin\/magento cron:remove<\/code><\/td><td><\/td><td>Removes tasks from crontab<\/td><\/tr><tr><td><code>php bin\/magento cron:run<\/code><\/td><td><code>php bin\/magento c:r<\/code><\/td><td>Runs jobs by schedule<\/td><\/tr><tr><td>customer<\/td><td><code>php bin\/magento customer:hash:upgrade<\/code><\/td><td><code>php bin\/magento c:h:u<\/code><\/td><td>Upgrade customer\u2019s hash according to the latest algorithm<\/td><\/tr><tr><td rowspan=\"2\">deploy<\/td><td><code>php bin\/magento deploy:mode:set<\/code><\/td><td><code>php bin\/magento d:m:set<\/code><\/td><td>Set application mode.<\/td><\/tr><tr><td><code>php bin\/magento deploy:mode:show<\/code><\/td><td><code>php bin\/magento d:m:sho<\/code><\/td><td>Displays current application mode.<\/td><\/tr><tr><td rowspan=\"9\">dev<\/td><td><code>php bin\/magento dev:di:info<\/code><\/td><td><\/td><td>Provides information on Dependency Injection configuration for the Command.<\/td><\/tr><tr><td><code>php bin\/magento dev:query-log:disable<\/code><\/td><td><\/td><td>Disable DB query logging<\/td><\/tr><tr><td><code>php bin\/magento dev:query-log:enable<\/code><\/td><td><\/td><td>Enable DB query logging<\/td><\/tr><tr><td><code>php bin\/magento dev:source-theme:deploy<\/code><\/td><td><code>php bin\/magento d:s:d<\/code><\/td><td>Collects and publishes source files for theme.<\/td><\/tr><tr><td><code>php bin\/magento dev:template-hints:disable<\/code><\/td><td><\/td><td>Disable frontend template hints. A cache flush might be required.<\/td><\/tr><tr><td><code>php bin\/magento dev:template-hints:enable<\/code><\/td><td><\/td><td>Enable frontend template hints. A cache flush might be required.<\/td><\/tr><tr><td><code>php bin\/magento dev:tests:run<\/code><\/td><td><code>php bin\/magento d:t:r<\/code><\/td><td>Runs tests<\/td><\/tr><tr><td><code>php bin\/magento dev:urn-catalog:generate<\/code><\/td><td><code>php bin\/magento d:u:g<\/code><\/td><td>Generates the catalog of URNs to *.xsd mappings for the IDE to highlight xml.<\/td><\/tr><tr><td><code>php bin\/magento dev:xml:convert<\/code><\/td><td><code>php bin\/magento d:x:c<\/code><\/td><td>Converts XML file using XSL style sheets<\/td><\/tr><tr><td rowspan=\"3\">i18n<\/td><td><code>php bin\/magento i18n:collect-phrases<\/code><\/td><td><code>php bin\/magento i1:c<\/code><\/td><td>Discovers phrases in the codebase<\/td><\/tr><tr><td><code>php bin\/magento i18n:pack<\/code><\/td><td><code>php bin\/magento i:p<\/code><\/td><td>Saves language package<\/td><\/tr><tr><td><code>php bin\/magento i18n:uninstall<\/code><\/td><td><code>php bin\/magento i:u<\/code><\/td><td>Uninstalls language packages<\/td><\/tr><tr><td rowspan=\"6\">indexer<\/td><td><code>php bin\/magento indexer:info<\/code><\/td><td><code>php bin\/magento i:i<\/code><\/td><td>Shows allowed Indexers<\/td><\/tr><tr><td><code>php bin\/magento indexer:reindex<\/code><\/td><td><code>php bin\/magento i:rei<\/code><\/td><td>Reindexes Data<\/td><\/tr><tr><td><code>php bin\/magento indexer:reset<\/code><\/td><td><code>php bin\/magento i:res<\/code><\/td><td>Resets indexer status to invalid<\/td><\/tr><tr><td><code>php bin\/magento indexer:set-mode<\/code><\/td><td><code>php bin\/magento i:set<\/code><\/td><td>Sets index mode type<\/td><\/tr><tr><td><code>php bin\/magento indexer:show-mode<\/code><\/td><td><code>php bin\/magento i:sho<\/code><\/td><td>Shows Index Mode<\/td><\/tr><tr><td><code>php bin\/magento indexer:status<\/code><\/td><td><code>php bin\/magento i:sta<\/code><\/td><td>Shows status of Indexer<\/td><\/tr><tr><td rowspan=\"8\">info<\/td><td><code>php bin\/magento info:adminuri<\/code><\/td><td><code>php bin\/magento i:a<\/code><\/td><td>Displays the Magento Admin URI<\/td><\/tr><tr><td><code>php bin\/magento info:backups:list<\/code><\/td><td><code>php bin\/magento i:b:l<\/code><\/td><td>Prints list of available backup files<\/td><\/tr><tr><td><code>php bin\/magento info:currency:list<\/code><\/td><td><code>php bin\/magento i:c:l<\/code><\/td><td>Displays the list of available currencies<\/td><\/tr><tr><td><code>php bin\/magento info:dependencies:show-framework<\/code><\/td><td><code>php bin\/magento i:d:show-f<\/code><\/td><td>Shows number of dependencies on Magento framework<\/td><\/tr><tr><td><code>php bin\/magento info:dependencies:show-modules<\/code><\/td><td><\/td><td>Shows number of dependencies between modules<\/td><\/tr><tr><td><code>php bin\/magento info:dependencies:show-modules-circular<\/code><\/td><td><\/td><td>Shows number of circular dependencies between modules<\/td><\/tr><tr><td><code>php bin\/magento info:language:list<\/code><\/td><td><code>php bin\/magento i:l:l<\/code><\/td><td>Displays the list of available language locales<\/td><\/tr><tr><td><code>php bin\/magento info:timezone:list<\/code><\/td><td><code>php bin\/magento i:t:l<\/code><\/td><td>Displays the list of available timezones<\/td><\/tr><tr><td rowspan=\"4\">maintenance<\/td><td><code>php bin\/magento maintenance:allow-ips<\/code><\/td><td><code>php bin\/magento m:a<\/code><\/td><td>Sets maintenance mode exempt IPs<\/td><\/tr><tr><td><code>php bin\/magento maintenance:disable<\/code><\/td><td><code>php bin\/magento ma:d<\/code><\/td><td>Disables maintenance mode<\/td><\/tr><tr><td><code>php bin\/magento maintenance:enable<\/code><\/td><td><code>php bin\/magento ma:e<\/code><\/td><td>Enables maintenance mode<\/td><\/tr><tr><td><code>php bin\/magento maintenance:status<\/code><\/td><td><code>php bin\/magento ma:s<\/code><\/td><td>Displays maintenance mode status<\/td><\/tr><tr><td rowspan=\"4\">module<\/td><td><code>php bin\/magento module:disable<\/code><\/td><td><code>php bin\/magento mo:d<\/code><\/td><td>Disables specified modules<\/td><\/tr><tr><td><code>php bin\/magento module:enable<\/code><\/td><td><code>php bin\/magento mo:e<\/code><\/td><td>Enables specified modules<\/td><\/tr><tr><td><code>php bin\/magento module:status<\/code><\/td><td><code>php bin\/magento mo:s<\/code><\/td><td>Displays status of modules<\/td><\/tr><tr><td><code>php bin\/magento module:uninstall<\/code><\/td><td><code>php bin\/magento m:u<\/code><\/td><td>Uninstalls modules installed by composer<\/td><\/tr><tr><td rowspan=\"3\">sampledata<\/td><td><code>php bin\/magento sampledata:deploy<\/code><\/td><td><code>php bin\/magento sa:d<\/code><\/td><td>Deploy sample data modules<\/td><\/tr><tr><td><code>php bin\/magento sampledata:remove<\/code><\/td><td><code>php bin\/magento sa:rem<\/code><\/td><td>Remove all sample data packages from composer.json<\/td><\/tr><tr><td><code>php bin\/magento sampledata:reset<\/code><\/td><td><code>php bin\/magento sa:res<\/code><\/td><td>Reset all sample data modules for re-installation<\/td><\/tr><tr><td rowspan=\"14\">setup<\/td><td><code>php bin\/magento setup:backup<\/code><\/td><td><code>php bin\/magento s:b<\/code><\/td><td>Takes backup of Magento Application code base, media and database<\/td><\/tr><tr><td><code>php bin\/magento setup:config:set<\/code><\/td><td><code>php bin\/magento s:c:s<\/code><\/td><td>Creates or modifies the deployment configuration<\/td><\/tr><tr><td><code>php bin\/magento setup:cron:run<\/code><\/td><td><code>php bin\/magento s:c:r<\/code><\/td><td>Runs cron job scheduled for setup application<\/td><\/tr><tr><td><code>php bin\/magento setup:db-data:upgrade<\/code><\/td><td><code>php bin\/magento s:db-d:u<\/code><\/td><td>Installs and upgrades data in the DB<\/td><\/tr><tr><td><code>php bin\/magento setup:db-schema:upgrade<\/code><\/td><td><code>php bin\/magento s:db-s:u<\/code><\/td><td>Installs and upgrades the DB schema<\/td><\/tr><tr><td><code>php bin\/magento setup:db:status<\/code><\/td><td><code>php bin\/magento s:d:s<\/code><\/td><td>Checks if DB schema or data requires upgrade<\/td><\/tr><tr><td><code>php bin\/magento setup:di:compile<\/code><\/td><td><code>php bin\/magento s:d:c<\/code><\/td><td>Generates DI configuration and all missing classes that can be auto-generated<\/td><\/tr><tr><td><code>php bin\/magento setup:install<\/code><\/td><td><code>php bin\/magento s:i<\/code><\/td><td>Installs the Magento application<\/td><\/tr><tr><td><code>php bin\/magento setup:performance:generate-fixtures<\/code><\/td><td><code>php bin\/magento s:p:g<\/code><\/td><td>Generates fixtures<\/td><\/tr><tr><td><code>php bin\/magento setup:rollback<\/code><\/td><td><code>php bin\/magento se:r<\/code><\/td><td>Rolls back Magento Application codebase, media and database<\/td><\/tr><tr><td><code>php bin\/magento setup:static-content:deploy<\/code><\/td><td><code>php bin\/magento s:s:d<\/code><\/td><td>Deploys static view files<\/td><\/tr><tr><td><code>php bin\/magento setup:store-config:set<\/code><\/td><td><code>php bin\/magento s:s:s<\/code><\/td><td>Installs the store configuration. Deprecated since 2.2.0. Use config:set instead<\/td><\/tr><tr><td><code>php bin\/magento setup:uninstall<\/code><\/td><td><code>php bin\/magento s:un<\/code><\/td><td>Uninstalls the Magento application<\/td><\/tr><tr><td><code>php bin\/magento setup:upgrade<\/code><\/td><td><code>php bin\/magento s:up<\/code><\/td><td>Upgrades the Magento application, DB data, and schema<\/td><\/tr><tr><td rowspan=\"2\">store<\/td><td><code>php bin\/magento store:list<\/code><\/td><td><\/td><td>Displays the list of stores<\/td><\/tr><tr><td><code>php bin\/magento store:website:list<\/code><\/td><td><\/td><td>Displays the list of websites<\/td><\/tr><tr><td>theme<\/td><td><code>php bin\/magento theme:uninstall<\/code><\/td><td><code>php bin\/magento t:u<\/code><\/td><td>Uninstalls theme<\/td><\/tr><tr><td>varnish<\/td><td><code>php bin\/magento varnish:vcl:ge<\/code><\/td><td><\/td><td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For official information, check <a href=\"https:\/\/experienceleague.adobe.com\/en\/docs\/commerce-operations\/configuration-guide\/cli\/config-cli\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Examples of Using Magento 2 CLI Commands<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Magento 2 SSH\/CLI commands help you perform actions right from the command line. Here are some common examples of using <a href=\"https:\/\/meetanshi.com\/blog\/add-cli-commands-in-magento-2\/\" data-type=\"link\" data-id=\"https:\/\/meetanshi.com\/blog\/add-cli-commands-in-magento-2\/\">CLI commands in Magento 2<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Create\/Unlock Admin User<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can use the Magento 2 admin commands to create or unlock the admin users.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Command to create an admin:<\/strong> <code>bin\/magento admin:user:create<\/code> or <code>bin\/magento a:u:c<\/code><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ll be prompted to enter the admin details, such as username, password, first name, and last name.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Command to unlock an admin:<\/strong> <code>bin\/magento admin:user:unlock {username}<\/code> or <code>php bin\/magento a:u:u {username}<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Increase Admin Session Lifetime&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/meetanshi.com\/blog\/change-magento-2-admin-session-time\/\" target=\"_blank\" rel=\"noreferrer noopener\">admin session lifetime in Magento 2<\/a> can be changed from <strong>Stores &gt; Config &gt; Admin &gt; Advanced &gt; Security<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can set the session value in seconds.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Alternatively, this can also be done using the following CLI command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php bin\/magento config:set admin\/security\/session_lifetime {value in seconds}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Change\/Disable Admin Password Expiry<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">By default, Magento 2 (Adobe Commerce) offers a password expiration feature that recommends or forces the admin to change their password at regular intervals.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also change the password expiration settings using the following Magento 2 CLI commands:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Disable password expiration:<\/strong> <code>php bin\/magento config:set admin\/security\/password_lifetime 0<\/code><\/li>\n\n\n\n<li><strong>Disable forced password change:<\/strong> <code>php bin\/magento config:set admin\/security\/password_is_forced 0<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Enable\/Disable 2FA in Magento 2 Admin<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The two-factor authentication in Magento 2 can also be enabled\/disabled by switching the module on or off using the CLI commands.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>To enable 2FA:<\/strong>&nbsp;<code>php bin\/magento module:enable Magento_TwoFactorAuth<\/code>&nbsp;or&nbsp;<code>php bin\/magento config:set twofactorauth\/general\/enable 1<\/code><\/li>\n\n\n\n<li><strong>To disable 2FA:<\/strong>&nbsp;<code>php bin\/magento module:disable Magento_TwoFactorAuth<\/code>&nbsp;or&nbsp;<code>php bin\/magento config:set twofactorauth\/general\/enable 0<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Enable Developer Mode<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can change the deploy mode using the CLI command and switch to developer mode. Here\u2019s how you can do this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Switch to developer mode:<\/strong>&nbsp;<code>php bin\/magento deploy:mode:set developer<\/code><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Enable\/Disable Database Query Log<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">By default, Adobe Commerce logs all the database queries in the&nbsp;<em><strong>\/var\/debug\/db.log<\/strong><\/em>&nbsp;file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can enable\/disable the logging by using the&nbsp;<code>dev:query-log<\/code>&nbsp;command.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>To enable database logging:<\/strong>&nbsp;<code>bin\/magento dev:query-log:enable<\/code><\/li>\n\n\n\n<li><strong>To disable database logging:<\/strong>&nbsp;<code>bin\/magento dev:query-log:disable<\/code><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Enable\/Disable Template Path &amp; Block Class Hints<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Template path class hints help in definition block classes that correspond to other specific areas of the page. You can enable or disable this functionality in Magento 2 by using the dev:template-hints command.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>To enable template path hints:<\/strong>&nbsp;<code>php bin\/magento dev:template-hints:enable<\/code><\/li>\n\n\n\n<li><strong>To disable template path hints:<\/strong>&nbsp;<code>php bin\/magento dev:template-hints:disable<\/code><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Hopefully, the above compilation makes your task easy each time you require an SSH\/CLI command!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I\u2019ll surely update the post if I find any handy Magento 2 (Adobe Commerce) CLI command useful to the developer!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Happy Coding  <br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are working with Magento 2 CMS, you must have experienced the trouble of finding the particular Magento 2 SSH\/CLI command to complete your&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[34],"tags":[],"class_list":["post-275","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=275"}],"version-history":[{"count":4,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/275\/revisions"}],"predecessor-version":[{"id":26342,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/275\/revisions\/26342"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}