# How force to move to Warm phase

**URL:** https://discuss.elastic.co/t/how-force-to-move-to-warm-phase/258685
**Category:** Elasticsearch
**Tags:** ilm-index-lifecycle-management
**Created:** [December 15, 2020, 9:08am UTC](https://discuss.elastic.co/t/how-force-to-move-to-warm-phase/258685 "2020-12-15T09:08:01Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Anabella\_Cristaldi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/anabella_cristaldi/32/23612_2.png) [@Anabella\_Cristaldi](https://discuss.elastic.co/u/Anabella_Cristaldi)
#### Post date: [December 15, 2020, 9:21am UTC](https://discuss.elastic.co/t/how-force-to-move-to-warm-phase/258685/3 "2020-12-15T09:21:56Z")

</div>

Thank you!  
I've read the article previous to post the topic but It was not working for me.  
I've tried

```
POST _ilm/move/my_index
{
    "current_step": { 
    "phase": "hot",
    "action": "complete",
    "name": "complete"
  },
  "next_step": { 
    "phase": "warm",
    "action": "allocate",
    "name": "allocate"
  }
}

```

and It worked

Regards!  
Ana

---

_[View the full topic](https://discuss.elastic.co/t/how-force-to-move-to-warm-phase/258685)._
