{"id":2138,"date":"2026-08-07T20:06:06","date_gmt":"2026-08-07T20:06:06","guid":{"rendered":"https:\/\/convly.ai\/?p=2138"},"modified":"2026-08-07T20:06:06","modified_gmt":"2026-08-07T20:06:06","slug":"how-to-update-ollama","status":"publish","type":"post","link":"https:\/\/convly.ai\/it\/how-to-update-ollama\/","title":{"rendered":"How to Update Ollama and Its Models on Windows, macOS, and Linux"},"content":{"rendered":"<div class=\"convly-tldr\">\n<ul>\n<li><strong>Windows &amp; macOS:<\/strong> the desktop app downloads updates itself \u2014 click the Ollama icon in the system tray or menu bar and choose <strong>Restart to update<\/strong>.<\/li>\n<li><strong>Linux:<\/strong> re-run the install script: <code>curl -fsSL https:\/\/ollama.com\/install.sh | sh<\/code>. It upgrades in place and leaves your models alone.<\/li>\n<li><strong>Models update separately:<\/strong> <code>ollama pull &lt;modello&gt;<\/code> fetches the newer build of a model, downloading only the layers that changed.<\/li>\n<li><strong>Check your version<\/strong> with <code>ollama -v<\/code>; on Linux you can roll back by passing <code>OLLAMA_VERSION=&lt;x.y.z&gt;<\/code> to the install script.<\/li>\n<\/ul>\n<\/div>\n<p>To update Ollama on Windows or macOS, click the Ollama icon in the system tray or menu bar and choose <strong>Restart to update<\/strong> \u2014 the desktop app downloads new versions automatically in the background. On Linux, re-run the official install script: <code>curl -fsSL https:\/\/ollama.com\/install.sh | sh<\/code>. Crucially, this updates only the Ollama runtime itself. The models you have downloaded are updated separately, with <code>ollama pull<\/code>.<\/p>\n<p>This guide covers the whole picture: checking what you&#8217;re running, updating on each platform, the often-missed difference between updating Ollama and updating a model, what re-pulling does to your disk, and how to roll back when a new release breaks something. If you&#8217;re evaluating the tool itself rather than maintaining it, start with our <a href=\"https:\/\/convly.ai\/it\/what-is-ollama-complete-guide-2026\/\">guida completa a Ollama<\/a>.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 counter-flat ez-toc-counter ez-toc-container-direction\">\n<label for=\"ez-toc-cssicon-toggle-item-6a7667295ab70\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Attiva\/Disattiva<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #000000;color:#000000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #000000;color:#000000\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewbox=\"0 0 24 24\" version=\"1.2\" baseprofile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-6a7667295ab70\"  aria-label=\"Attiva\/Disattiva\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/convly.ai\/it\/how-to-update-ollama\/#Check_Which_Version_Youre_Running\" >Check Which Version You&#8217;re Running<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/convly.ai\/it\/how-to-update-ollama\/#Updating_Ollama_Itself\" >Updating Ollama Itself<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/convly.ai\/it\/how-to-update-ollama\/#Updating_Ollama_vs_Updating_a_Model_%E2%80%94_Not_the_Same_Thing\" >Updating Ollama vs. Updating a Model \u2014 Not the Same Thing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/convly.ai\/it\/how-to-update-ollama\/#Re-Pull_a_Model_to_Get_the_Newer_Build\" >Re-Pull a Model to Get the Newer Build<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/convly.ai\/it\/how-to-update-ollama\/#Where_Models_Are_Stored_and_How_Updates_Affect_Disk\" >Where Models Are Stored and How Updates Affect Disk<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/convly.ai\/it\/how-to-update-ollama\/#Rolling_Back_to_a_Previous_Version\" >Rolling Back to a Previous Version<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/convly.ai\/it\/how-to-update-ollama\/#Frequently_Asked_Questions\" >Domande frequenti<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Check_Which_Version_Youre_Running\"><\/span>Check Which Version You&#8217;re Running<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>In any terminal \u2014 PowerShell, Terminal.app, or a Linux shell:<\/p>\n<pre><code>ollama --version\n# ollama version is 0.5.7   (your number will differ)<\/code><\/pre>\n<p><code>ollama -v<\/code> is the short form. If the Ollama server is running (it listens on port 11434 by default), you can also ask it over HTTP, which is handy for remote machines and containers:<\/p>\n<pre><code>curl http:\/\/localhost:11434\/api\/version\n# {\"version\":\"0.5.7\"}<\/code><\/pre>\n<p>Compare that against the newest release on the project&#8217;s GitHub releases page (<code>github.com\/ollama\/ollama\/releases<\/code>), which is also where the changelog lives. One quirk worth knowing: if the CLI and the running server are different versions \u2014 common right after an update, before anything restarts \u2014 <code>ollama --version<\/code> prints a warning about the mismatch. Restarting the app or service clears it.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Updating_Ollama_Itself\"><\/span>Updating Ollama Itself<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The right method depends on how you installed it:<\/p>\n<table>\n<thead>\n<tr>\n<th>Platform \/ install method<\/th>\n<th>How to update<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Windows (installer)<\/td>\n<td>Automatic \u2014 tray icon \u2192 <strong>Restart to update<\/strong>; or run the latest <code>OllamaSetup.exe<\/code><\/td>\n<\/tr>\n<tr>\n<td>macOS (desktop app)<\/td>\n<td>Automatic \u2014 menu bar icon \u2192 <strong>Restart to update<\/strong>; or download the new build and replace the app<\/td>\n<\/tr>\n<tr>\n<td>macOS (Homebrew CLI)<\/td>\n<td><code>brew upgrade ollama<\/code><\/td>\n<\/tr>\n<tr>\n<td>Linux (install script)<\/td>\n<td>Re-run <code>curl -fsSL https:\/\/ollama.com\/install.sh | sh<\/code><\/td>\n<\/tr>\n<tr>\n<td>Linux (manual tarball)<\/td>\n<td>Download the new tarball from GitHub releases and extract over the old install<\/td>\n<\/tr>\n<tr>\n<td>Docker (any OS)<\/td>\n<td><code>docker pull ollama\/ollama<\/code>, then recreate the container<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Windows<\/h3>\n<p>The Windows app checks for updates on its own. When one is ready, click the Ollama icon in the system tray and choose <strong>Restart to update<\/strong>. That&#8217;s the entire process.<\/p>\n<p>To update manually \u2014 or if the tray icon isn&#8217;t offering anything \u2014 download the latest <code>OllamaSetup.exe<\/code> from <code>ollama.com\/download<\/code> and run it. It installs over the existing copy with no uninstall step, into your user profile at <code>%LOCALAPPDATA%ProgramsOllama<\/code>, so administrator rights aren&#8217;t required. Your models live separately under <code>C:Users&lt;you&gt;.ollama<\/code> and are untouched.<\/p>\n<h3>macOS<\/h3>\n<p>Same pattern: the app downloads updates in the background and the menu bar icon offers <strong>Restart to update<\/strong> when one is staged. The manual route is to grab the latest macOS build from <code>ollama.com\/download<\/code> and replace the app in <code>\/Applications<\/code>.<\/p>\n<p>If you installed the CLI through Homebrew instead of the desktop app, update it the same way you installed it: <code>brew upgrade ollama<\/code>. Be aware that the Homebrew build can lag the official release by a few days, and running the brew-installed server alongside the desktop app is a classic source of version-mismatch warnings \u2014 pick one and stick with it.<\/p>\n<h3>Linux<\/h3>\n<p>The same one-liner used for a fresh install (walked through in our <a href=\"https:\/\/convly.ai\/it\/how-to-install-ollama-2026\/\">Guida all\u2019installazione di Ollama<\/a>) also performs updates:<\/p>\n<pre><code>curl -fsSL https:\/\/ollama.com\/install.sh | sh<\/code><\/pre>\n<p>The script detects your GPU stack, replaces the binary, and doesn&#8217;t touch the models directory. If Ollama runs as a systemd service \u2014 the default when the script set it up \u2014 restart it so the server matches the new CLI:<\/p>\n<pre><code>sudo systemctl restart ollama\nollama -v<\/code><\/pre>\n<p>If you&#8217;d rather not pipe a script into <code>sh<\/code>, download the Linux tarball (e.g. <code>ollama-linux-amd64.tgz<\/code>) from the GitHub releases page and extract it over the old install. The exact manual steps have changed between releases, so follow the current Linux instructions in Ollama&#8217;s own docs rather than an old blog post.<\/p>\n<h3>Docker<\/h3>\n<pre><code>docker pull ollama\/ollama\ndocker stop ollama &amp;&amp; docker rm ollama\ndocker run -d --name ollama -v ollama:\/root\/.ollama -p 11434:11434 ollama\/ollama<\/code><\/pre>\n<p>As long as your models sit on a named volume or bind mount at <code>\/root\/.ollama<\/code> (as above), they survive the container being recreated. Add your usual GPU flags to the <code>eseguire<\/code> command. To pin a version instead of tracking <code>latest<\/code>, use a version tag such as <code>ollama\/ollama:0.5.7<\/code>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Updating_Ollama_vs_Updating_a_Model_%E2%80%94_Not_the_Same_Thing\"><\/span>Updating Ollama vs. Updating a Model \u2014 Not the Same Thing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>This is the distinction people miss. <strong>Ollama the program<\/strong> is the server, CLI, and inference runtime. <strong>Modelli<\/strong> are data files pulled from the ollama.com registry and stored locally. Updating one never updates the other.<\/p>\n<p>Two practical consequences. First, updating the Ollama binary never changes your model weights \u2014 a model that behaved a certain way yesterday behaves the same after an app update (inference-engine fixes can subtly affect output, but the weights are identical). Second, newly released models often require a newer runtime: if you see an error along the lines of \u201cthis model requires a newer version of Ollama,\u201d the fix is to update the app, not the model.<\/p>\n<p>Meanwhile, model tags get republished upstream. A tag like <code>llama3.3:70b<\/code> can be updated by its publisher \u2014 a corrected chat template, refreshed weights, a different default quantization. Your local copy is frozen at whatever you downloaded until you explicitly re-pull it.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Re-Pull_a_Model_to_Get_the_Newer_Build\"><\/span>Re-Pull a Model to Get the Newer Build<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Updating a model is one command:<\/p>\n<pre><code>ollama pull llama3.3<\/code><\/pre>\n<p>Models are stored as content-addressed layers (blobs named by SHA-256 digest), so a re-pull compares manifests and downloads only the layers that changed. If nothing changed, the command verifies and exits quickly \u2014 re-pulling an up-to-date model is cheap and safe. To see when a tag was last republished, check its page under <code>ollama.com\/library<\/code>; locally, <code>ollama list<\/code> shows a MODIFIED column telling you when you last pulled or created each model.<\/p>\n<p>There is no built-in \u201cupdate all models\u201d command. On macOS or Linux, a shell loop does it:<\/p>\n<pre><code>ollama list | tail -n +2 | awk '{print $1}' | while read m; do ollama pull \"$m\"; done<\/code><\/pre>\n<p>One caution: a republished tag occasionally points to a different default quantization or parameter count than the one you originally pulled, which changes memory requirements. If a model suddenly won&#8217;t fit after an update, run its new size through the <a href=\"https:\/\/convly.ai\/it\/llm-vram-calculator\/\">Calcolatore VRAM<\/a> before blaming your GPU. And if you&#8217;re re-evaluating what to run anyway, our roundup of the <a href=\"https:\/\/convly.ai\/it\/best-local-llms-to-run-on-ollama-2026\/\">I migliori modelli locali per Ollama<\/a> is the place to start.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Where_Models_Are_Stored_and_How_Updates_Affect_Disk\"><\/span>Where Models Are Stored and How Updates Affect Disk<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<table>\n<thead>\n<tr>\n<th>Piattaforma<\/th>\n<th>Default model location<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Windows<\/td>\n<td><code>C:\\Users\\&lt;tuonome&gt;\\.ollama\\models<\/code><\/td>\n<\/tr>\n<tr>\n<td>macOS<\/td>\n<td><code>~\/.ollama\/models<\/code><\/td>\n<\/tr>\n<tr>\n<td>Linux (script install, systemd service)<\/td>\n<td><code>\/usr\/share\/ollama\/.ollama\/models<\/code><\/td>\n<\/tr>\n<tr>\n<td>Linux (run manually as your user)<\/td>\n<td><code>~\/.ollama\/models<\/code><\/td>\n<\/tr>\n<tr>\n<td>Docker<\/td>\n<td><code>\/root\/.ollama\/models<\/code> inside the container<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You can relocate this with the <code>OLLAMA_MODELS<\/code> environment variable (set for the server process, not just your shell).<\/p>\n<p>Inside that directory, <code>manifests<\/code> describes each model tag and <code>blobs<\/code> holds the actual layers. Because layers are content-addressed, two tags that share a base download the shared layers once. When a re-pull brings new layers, the superseded ones become unreferenced, and Ollama prunes unreferenced blobs when the server starts \u2014 so disk usage may briefly rise after an update and drop back after a restart. (Setting <code>OLLAMA_NOPRUNE<\/code> disables this cleanup.) To reclaim space deliberately, remove models you no longer use with <code>ollama rm &lt;modello&gt;<\/code>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Rolling_Back_to_a_Previous_Version\"><\/span>Rolling Back to a Previous Version<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><strong>Linux:<\/strong> the install script accepts a version pin, which is the cleanest rollback path. Pick the release you want from the GitHub releases page, then:<\/p>\n<pre><code>curl -fsSL https:\/\/ollama.com\/install.sh | OLLAMA_VERSION=0.5.7 sh<\/code><\/pre>\n<p><strong>Windows and macOS:<\/strong> download the installer or app bundle for the older release from the GitHub releases page and install it over the current version. Caveat: the desktop apps update themselves, and as of this writing they don&#8217;t expose a supported setting to pin a version \u2014 expect the \u201cRestart to update\u201d prompt to return. If staying on an exact version matters (say, for a production box), the Linux service or a version-tagged Docker image is the dependable way to do it.<\/p>\n<p><strong>Modelli<\/strong> are harder to roll back: the registry doesn&#8217;t give you an easy way to pull yesterday&#8217;s build of a tag, and a re-pull replaces your local manifest. So before re-pulling a model you depend on, keep the current build under a new name:<\/p>\n<pre><code>ollama cp llama3.3 llama3.3-known-good\nollama pull llama3.3<\/code><\/pre>\n<p><code>ollama cp<\/code> is nearly free \u2014 it creates a new manifest referencing the same layers \u2014 and because those layers stay referenced, pruning won&#8217;t delete them. If the updated build misbehaves, run <code>llama3.3-known-good<\/code> instead. The extra disk cost is only the changed layers.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Frequently_Asked_Questions\"><\/span>Domande frequenti<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3>Does updating Ollama delete my models?<\/h3>\n<p>No. Updates replace the binary and app files only; models live in a separate directory (see the table above) and are never touched. A full <em>uninstall<\/em> is different \u2014 depending on platform, the models directory may or may not be removed \u2014 so copy <code>~\/.ollama\/models<\/code> somewhere safe first if hundreds of gigabytes of downloads matter to you.<\/p>\n<h3>Does <code>ollama pull<\/code> re-download the whole model?<\/h3>\n<p>No. Layers are content-addressed, so a pull downloads only what changed since your last pull. If the tag hasn&#8217;t been republished, the command verifies your local copy and finishes in seconds without downloading anything.<\/p>\n<h3>How do I update all my models at once?<\/h3>\n<p>There&#8217;s no built-in command for it. Use a shell loop over <code>ollama list<\/code>, like the one shown above, or re-pull just the handful of models you actually run. Since unchanged models cost almost nothing to re-check, running the loop occasionally is harmless.<\/p>\n<h3>Why won&#8217;t a new model run until I update Ollama?<\/h3>\n<p>New model architectures need support in Ollama&#8217;s inference runtime, so recently released models often set a minimum Ollama version. If a pull or run fails with a message that the model requires a newer version of Ollama, update the app itself first and try again.<\/p>\n<h3>Can I skip several versions when updating?<\/h3>\n<p>Yes. Updates aren&#8217;t incremental \u2014 each release is a complete build, so you can jump from an old version straight to the latest with any of the methods above. It&#8217;s still worth skimming the release notes on GitHub for behavior changes if you&#8217;re jumping far.<\/p>\n<h3>Does LM Studio update the same way?<\/h3>\n<p>No \u2014 LM Studio is a separate application with its own in-app updater, and its runtime engines and model catalog update independently of Ollama. If you use both, see our <a href=\"https:\/\/convly.ai\/it\/lm-studio-complete-guide-2026\/\">guida completa a LM Studio<\/a> for how its update flow works.<\/p>","protected":false},"excerpt":{"rendered":"<p>Windows &amp; macOS: the desktop app downloads updates itself \u2014 click the Ollama icon in the system tray or menu [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2139,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[7],"tags":[],"class_list":["post-2138","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-news"],"_links":{"self":[{"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/posts\/2138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/comments?post=2138"}],"version-history":[{"count":1,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/posts\/2138\/revisions"}],"predecessor-version":[{"id":2140,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/posts\/2138\/revisions\/2140"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/media\/2139"}],"wp:attachment":[{"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/media?parent=2138"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/categories?post=2138"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/convly.ai\/it\/wp-json\/wp\/v2\/tags?post=2138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}