diff --git a/configuration/sample-development.engine.ini b/configuration/sample-development.engine.ini
index e662f108a2682368e49309d9d3a89818c07e022c..fef3d30db65a425884b2fb7baca3e3687cf9a4ac 100644
--- a/configuration/sample-development.engine.ini
+++ b/configuration/sample-development.engine.ini
@@ -65,6 +65,8 @@ api_tank_playlist="http://localhost:8040/api/v1/playlists/${ID}"
 
 # Engine ID (1 or 2)
 api_engine_number = 1
+# Engine API availability check
+api_engine_status="http://localhost:8008/api/v1/ui/"
 # Engine API endpoint to store playlogs
 api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store"
 # Engine API endpoint to store clock information
@@ -72,9 +74,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock"
 # Engine API endpoint to store health information
 api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
 
-# URL and Port of the API endpoints exposed by engine
-exposed_api_url="http://localhost:3333/api/v1/"
-api_port=3333
 
 [scheduling]
 # How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired
diff --git a/configuration/sample-docker.engine.ini b/configuration/sample-docker.engine.ini
index 341a3435ea4edf2a218fb1544ff2f84f104e1c76..1d3b96f08e5f8147ad7fa5e446480d8ae568393a 100644
--- a/configuration/sample-docker.engine.ini
+++ b/configuration/sample-docker.engine.ini
@@ -65,6 +65,8 @@ api_tank_playlist="http://127.0.0.1:8040/api/v1/playlists/${ID}"
 
 # Engine ID (1 or 2)
 api_engine_number = 1
+# Engine API availability check
+api_engine_status="http://localhost:8008/api/v1/ui/"
 # Engine API endpoint to store playlogs
 api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store"
 # Engine API endpoint to store clock information
@@ -72,9 +74,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock"
 # Engine API endpoint to store health information
 api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
 
-# URL and Port of the API endpoints exposed by engine
-exposed_api_url="http://172.17.0.1:3333/api/v1/"
-api_port=3333
 
 [scheduling]
 # How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired
diff --git a/configuration/sample-production.engine.ini b/configuration/sample-production.engine.ini
index 6fc4890e40b743822e372d5549cbd49d8541d2c2..9dc1c4bd5407c528c84db4dc48916310968c9c60 100644
--- a/configuration/sample-production.engine.ini
+++ b/configuration/sample-production.engine.ini
@@ -63,6 +63,8 @@ api_tank_playlist="http://aura.local:8040/api/v1/playlists/${ID}"
 
 # Engine ID (1 or 2)
 api_engine_number = 1
+# Engine API availability check
+api_engine_status="http://localhost:8008/api/v1/ui/"
 # Engine API endpoint to store playlogs
 api_engine_store_playlog = "http://localhost:8008/api/v1/playlog/store"
 # Engine API endpoint to store clock information
@@ -70,9 +72,6 @@ api_engine_store_clock = "http://localhost:8008/api/v1/clock"
 # Engine API endpoint to store health information
 api_engine_store_health = "http://localhost:8008/api/v1/source/health/${ENGINE_NUMBER}"
 
-# URL and Port of the API endpoints exposed by engine
-exposed_api_url="http://localhost:3333/api/v1/"
-api_port=3333
 
 [scheduling]
 # How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired